object unused: Tunused Left = 548 Top = 86 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find unused samples' ClientHeight = 289 ClientWidth = 351 Color = 4874571 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 8 Top = 24 Width = 241 Height = 31 AutoSize = False Caption = 'Please select the samples you wish to remove from this song / pr' + 'oject.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Shape1: TShape Left = 8 Top = 56 Width = 241 Height = 226 end object Label2: TLabel Left = 8 Top = 8 Width = 313 Height = 17 AutoSize = False Caption = 'These samples are not used in the current song' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object doneBtn: TButton Left = 264 Top = 256 Width = 75 Height = 25 Caption = 'Done' Default = True ModalResult = 1 TabOrder = 0 end object SampleNames: TCheckListBox Left = 9 Top = 57 Width = 239 Height = 224 BorderStyle = bsNone Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 Items.Strings = ( '...') ParentFont = False TabOrder = 1 end object allBtn: TButton Left = 264 Top = 56 Width = 75 Height = 25 Caption = 'Select all' TabOrder = 2 OnClick = allBtnClick end object noneBtn: TButton Left = 264 Top = 88 Width = 75 Height = 25 Caption = 'None' TabOrder = 3 OnClick = noneBtnClick end object deleteBtn: TButton Left = 264 Top = 136 Width = 75 Height = 25 Caption = 'Delete' TabOrder = 4 OnClick = deleteBtnClick end end